Skip to content

deps: update nextcloud/vue 8.26.0 #3150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 27, 2025
Merged

Conversation

wofferl
Copy link
Collaborator

@wofferl wofferl commented Apr 26, 2025

Summary

This PR updates @nextcloud/vue to 8.26.0, which contains an upstream fix nextcloud-libraries/nextcloud-vue#6261

Checklist

@wofferl wofferl added dependencies Pull requests that update a dependency file frontend impact Javascript/Frontend code labels Apr 26, 2025
@SMillerDev SMillerDev merged commit dc18ab4 into nextcloud:master Apr 27, 2025
27 checks passed
Grotax added a commit that referenced this pull request May 2, 2025
Changed
- Drop support for Nextcloud 29 (#3146)

Fixed
- respect global `disable all keyboard shortcuts` setting (#3142)
- disable shortcuts in input fields from global overlays (e.g. Nextcloud assistant) (#3142)
- fix relative date strings (#3149)
- Switching between folders in compact mode doesn't close actual selected item (#3150)
- current selected article is removed from the list after showing details in mobile mode (#3150)

Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax mentioned this pull request May 2, 2025
Grotax added a commit that referenced this pull request May 2, 2025
Changed
- Drop support for Nextcloud 29 (#3146)

Fixed
- respect global `disable all keyboard shortcuts` setting (#3142)
- disable shortcuts in input fields from global overlays (e.g. Nextcloud assistant) (#3142)
- fix relative date strings (#3149)
- Switching between folders in compact mode doesn't close actual selected item (#3150)
- current selected article is removed from the list after showing details in mobile mode (#3150)

Signed-off-by: Benjamin Brahmer <[email protected]>
Juri-w added a commit to Juri-w/news that referenced this pull request May 5, 2025
commit 3f2f1b3
Author: Wolfgang <[email protected]>
Date:   Sat May 3 12:24:54 2025 +0200

    fix: item list not updated by automatic or manual refresh

    Signed-off-by: Wolfgang <[email protected]>

commit 38922b4
Author: Nextcloud bot <[email protected]>
Date:   Sun May 4 01:23:25 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit 2fde203
Author: Nextcloud bot <[email protected]>
Date:   Sat May 3 01:23:52 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit d621763
Author: Benjamin Brahmer <[email protected]>
Date:   Fri May 2 11:32:53 2025 +0200

    Release 26.0.0-beta.1

    Changed
    - Drop support for Nextcloud 29 (nextcloud#3146)

    Fixed
    - respect global `disable all keyboard shortcuts` setting (nextcloud#3142)
    - disable shortcuts in input fields from global overlays (e.g. Nextcloud assistant) (nextcloud#3142)
    - fix relative date strings (nextcloud#3149)
    - Switching between folders in compact mode doesn't close actual selected item (nextcloud#3150)
    - current selected article is removed from the list after showing details in mobile mode (nextcloud#3150)

    Signed-off-by: Benjamin Brahmer <[email protected]>

commit dbef05f
Author: Wolfgang <[email protected]>
Date:   Thu May 1 00:16:40 2025 +0200

    fix: rework initialising virtual scroll

    Signed-off-by: Wolfgang <[email protected]>

commit 7912f6c
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 23:59:35 2025 +0200

    fix: avoid unnecessary mark read calls

    Signed-off-by: Wolfgang <[email protected]>

commit c7b998c
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 23:54:09 2025 +0200

    fix: debounce mark read on scroll function

    Signed-off-by: Wolfgang <[email protected]>

commit 493edef
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 23:30:48 2025 +0200

    fix: make seenItems non-reactive to avoid re-renders

    Signed-off-by: Wolfgang <[email protected]>

commit f0ac424
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 20:56:25 2025 +0200

    fix: clear item cache on empty routes to avoid navigating through the wrong lists

    Signed-off-by: Wolfgang <[email protected]>

commit e28dfe7
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 21:23:24 2025 +0200

    fix: move lastRendered handling to updated hook to avoid unnecessary re-renders

    Signed-off-by: Wolfgang <[email protected]>

commit 5ae564b
Author: Wolfgang <[email protected]>
Date:   Wed Apr 30 21:09:00 2025 +0200

    fix: move emit out of render function to avoid possible render loop

    Signed-off-by: Wolfgang <[email protected]>

commit 58e7dfc
Author: Nextcloud bot <[email protected]>
Date:   Fri May 2 01:23:31 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit daff426
Author: Nextcloud bot <[email protected]>
Date:   Thu May 1 01:23:43 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit b4a72e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 30 12:41:22 2025 +0000

    build(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0

    Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.1.1 to 6.2.0.
    - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
    - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
    - [Commits](nextcloud-libraries/nextcloud-dialogs@v6.1.1...v6.2.0)

    ---
    updated-dependencies:
    - dependency-name: "@nextcloud/dialogs"
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit 743784d
Author: Nextcloud bot <[email protected]>
Date:   Wed Apr 30 01:24:08 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit 42177c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 29 12:23:51 2025 +0000

    build(deps): Bump fivefilters/readability.php from 3.3.2 to 3.3.3

    Bumps [fivefilters/readability.php](https://github.com/fivefilters/readability.php) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/fivefilters/readability.php/releases)
    - [Changelog](https://github.com/fivefilters/readability.php/blob/master/CHANGELOG.md)
    - [Commits](fivefilters/readability.php@v3.3.2...v3.3.3)

    ---
    updated-dependencies:
    - dependency-name: fivefilters/readability.php
      dependency-version: 3.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

commit acf00c1
Author: Nextcloud bot <[email protected]>
Date:   Tue Apr 29 01:23:36 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit dc18ab4
Author: Wolfgang <[email protected]>
Date:   Sat Apr 26 21:49:12 2025 +0200

    fix: disable nav shortcuts when showing details in no-split-mode

    Signed-off-by: Wolfgang <[email protected]>

commit 9a987f4
Author: Wolfgang <[email protected]>
Date:   Sat Apr 26 19:42:42 2025 +0200

    fix: remove shortcut workaround, keys can now be used from parent component (upstream bug fixed in nextcloud/vue 8.26.0)

    Signed-off-by: Wolfgang <[email protected]>

commit 40a1a48
Author: Wolfgang <[email protected]>
Date:   Sat Apr 26 19:42:03 2025 +0200

    deps: update nextcloud/vue 8.26.0

    Signed-off-by: Wolfgang <[email protected]>

commit ce56212
Author: Nextcloud bot <[email protected]>
Date:   Wed Apr 23 01:23:26 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit 9f185d0
Author: Nextcloud bot <[email protected]>
Date:   Tue Apr 22 01:23:57 2025 +0000

    fix(l10n): Update translations from Transifex

    Signed-off-by: Nextcloud bot <[email protected]>

commit 27b575d
Author: Wolfgang <[email protected]>
Date:   Sun Apr 20 22:35:47 2025 +0200

    fix: use @nextcloud/moment for formatted date strings

    Signed-off-by: Wolfgang <[email protected]>

Signed-off-by: Juri-w <[email protected]>
@wofferl wofferl deleted the upstream_fixes branch May 23, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file frontend impact Javascript/Frontend code
Projects
None yet
2 participants